projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24e6bda
)
gdkglcontext-win32.h: Clean Up a Bit
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Fri, 6 Feb 2015 05:00:21 +0000
(13:00 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Fri, 6 Feb 2015 05:00:59 +0000
(13:00 +0800)
We don't have a Win32-specific ->upload_texture() anymore, so don't
indicate so. Left out this part from my previous commit.
gdk/win32/gdkglcontext-win32.h
patch
|
blob
|
history
diff --git
a/gdk/win32/gdkglcontext-win32.h
b/gdk/win32/gdkglcontext-win32.h
index 7ee9b5e4f3e29a031471556a78515cdf8e21683c..204451240dae13a30e87770155f6f450cb2a646b 100644
(file)
--- a/
gdk/win32/gdkglcontext-win32.h
+++ b/
gdk/win32/gdkglcontext-win32.h
@@
-68,13
+68,6
@@
_gdk_win32_gl_context_end_frame (GdkGLContext *context,
cairo_region_t *painted,
cairo_region_t *damage);
-void
-_gdk_win32_gl_context_upload_texture (GdkGLContext *context,
- cairo_surface_t *image_surface,
- int width,
- int height,
- guint texture_target);
-
gboolean
_gdk_win32_display_make_gl_context_current (GdkDisplay *display,
GdkGLContext *context);